func runtime.forEachSpecial

2 uses

	runtime (current package)
		mcheckmark.go#L167: 	forEachSpecial(func(p uintptr, s *mspan, sp *special) bool {
		mcheckmark.go#L298: func forEachSpecial(yield func(p uintptr, s *mspan, sp *special) bool) {